ComponentOne ASP.NET MVC Controls
OnClientItemsSourceChanged Method (ComboBoxBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : OnClientItemsSourceChanged Method
The value.
Configurates the C1.Web.Mvc.ComboBoxBase<T>.OnClientItemsSourceChanged client event. Occurs when the value of the itemsSource property changes.
Syntax
'Declaration
 
Public Function OnClientItemsSourceChanged( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientItemsSourceChanged( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members